Properties  Methods 


Values<T> Class Members

The following tables list the members exposed by Values<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the size of Items array NOTE. If new capacity is less than current capacity then new value is ignored  
Public PropertyGets or sets the number of values contained in this Values<T> instance  
Public Property Gets or sets the value at the specified index.  
Public PropertyGets the array with value for direct unchecked access NOTE: The length of array may differ from the count of the Values. Use Count when iterating  
Top
Public Methods
 NameDescription
Public MethodClears content of this Values<T> instance  
Public Method  
Public Method Returns an enumerator that iterates through values.  
Public Method  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded.  Iterates over the list and performs an action on each element
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also